/*新闻 start*/
.news_container{
    margin-top: 60px;
}

.company_info,.trade_info{
    width: 570px;
}

.com_info_title{
    padding-bottom: 15px;
    border-bottom: 3px solid #e5e5e5;
    cursor: pointer;
}

.com_info_cn{
    font-size: 18px;
    color: #2e2e2e;
    position: relative;
}

.com_info_cn:after{
    content: "";
    position: absolute;
    left: 0;
    top: 39px;
    width: 0;
    height: 3px;
    background-color: #009f3b;
    transition: width 0.2s;
}

.trade_info:hover .com_info_cn:after{
    width: 90%;
}

.company_info:hover .com_info_cn:after{
    width: 90%;
}

.com_info_en{
    font-size: 14px;
    color: #2e2e2e;
}

.news_more{
    font-size: 14px;
    color: #666666;
}

.info_main_pic{
    width: 100%;
    height: 320px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.info_main_title{
    font-size: 18px;
    color: #2e2e2e;
    cursor: pointer;
}

.info_sub_title{
    font-size: 12px;
    color: #666666;
    margin-bottom: 20px;
    cursor: pointer;
}

.info_list_container{
    margin-bottom: 12px;
    cursor: pointer;
}

.info_list_left{
    width: 50px;
    height: 40px;
    background-color: #F4F4F4;
    margin-right: 8px;
    color: #666666;
}

.info_list_container:hover .info_list_left{
    background-color: #009f3b;
    color: white;
}

.info_list_container:hover .list_right_main_title{
    color: #009f3b;
}

.list_left_month{
    font-size: 18px;
    text-align: center;
}

.list_left_year{
    font-size: 12px;
    text-align: center;
}

.info_list_right{
    width: 512px;
    height: 40px;
}

.list_right_main_title{
    font-size: 14px;
    color: #2e2e2e;
}

.list_right_sub_title{
    font-size: 12px;
    color: #666666;
    margin-top: 4px;
}

.info_main_title:hover{
    color: #009f3b;
}
/*新闻 end*/

